home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Abt_math.exe / 0 / RCDATA / TMSGF / TMSGF.txt < prev   
Encoding:
Text File  |  2000-07-28  |  1.8 KB  |  101 lines

  1. object MsgF: TMsgF
  2.   Left = 130
  3.   Top = 160
  4.   Width = 292
  5.   Height = 161
  6.   ActiveControl = TamamBtn
  7.   Caption = 'Fatura d∩┐╜k∩┐╜m bilgileri'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 24
  24.     Width = 70
  25.     Height = 13
  26.     Caption = '∩┐╜lk fatura no'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 16
  36.     Top = 48
  37.     Width = 78
  38.     Height = 13
  39.     Caption = 'Son fatura no'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 72
  44.     Width = 61
  45.     Height = 13
  46.     Caption = 'Ka∩┐╜ kopya'
  47.   end
  48.   object IFatNo: TEdit
  49.     Left = 160
  50.     Top = 16
  51.     Width = 121
  52.     Height = 21
  53.     MaxLength = 12
  54.     TabOrder = 0
  55.     Text = ' '
  56.   end
  57.   object SFatNo: TEdit
  58.     Left = 160
  59.     Top = 40
  60.     Width = 121
  61.     Height = 21
  62.     MaxLength = 12
  63.     TabOrder = 1
  64.     Text = ' '
  65.   end
  66.   object KopSay: TEdit
  67.     Left = 160
  68.     Top = 64
  69.     Width = 121
  70.     Height = 21
  71.     MaxLength = 2
  72.     TabOrder = 2
  73.     Text = ' '
  74.   end
  75.   object TamamBtn: TBitBtn
  76.     Left = 120
  77.     Top = 96
  78.     Width = 77
  79.     Height = 27
  80.     Caption = '&Tamam'
  81.     TabOrder = 3
  82.     OnClick = TamamBtnClick
  83.     Kind = bkOK
  84.   end
  85.   object VazgecBtn: TBitBtn
  86.     Left = 206
  87.     Top = 96
  88.     Width = 77
  89.     Height = 27
  90.     Caption = '&Vazge∩┐╜'
  91.     TabOrder = 4
  92.     OnClick = VazgecBtnClick
  93.     Kind = bkCancel
  94.   end
  95.   object MsgTable1: TTable
  96.     TableName = 'WAPSMSG1'
  97.     TableType = ttParadox
  98.     Top = 102
  99.   end
  100. end
  101.